From: Szabolcs Hubai Date: Sat, 13 Sep 2025 21:47:52 +0000 (+0200) Subject: snapcast: fix PulseAudio X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=a9ac8666da5f8f264bfa38ae28e1ba07b69090b1;p=feed%2Fpackages.git snapcast: fix PulseAudio While testing my integration of Snapcast, I didn't test with CONFIG_ALL* and CONFIG_BUILDBOT flags, but the buildbots did and failed with a lot of undefined reference to PulseAudio. Fix it with preventing PulseAudio detection. While at it, prevent Avahi detection too to save more flash space. These features will be available later, through flavours. Fixes: https://github.com/openwrt/packages/pull/23956 Fixes: eeb8d131fc93 ("snapcast: add package snapserver and snapclient") Signed-off-by: Szabolcs Hubai --- diff --git a/sound/snapcast/Makefile b/sound/snapcast/Makefile index 354492e181..32a9c07905 100644 --- a/sound/snapcast/Makefile +++ b/sound/snapcast/Makefile @@ -20,6 +20,8 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk CMAKE_OPTIONS += -DBUILD_TESTS=OFF +CMAKE_OPTIONS += -DBUILD_WITH_PULSE=OFF +CMAKE_OPTIONS += -DBUILD_WITH_AVAHI=OFF define Package/snapcast/Default SECTION:=sound